home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- RPNCalculator = {
- SUPERCLASS = Object;
- };
- StackObject = {
- SUPERCLASS = Object;
- };
- CommandScroll = {
- OUTLETS = {
- delegate;
- docView;
- };
- SUPERCLASS = ScrollView;
- };
- PView = {
- SUPERCLASS = View;
- };
- RPNCalc = {
- ACTIONS = {
- appWillTerminate:;
- enterCalculator:;
- updateCalcDisplay:;
- manageCalcDisplay:;
- turnDisplay:;
- delayedLoad:;
- clearDisplay:;
- appDidInit:;
- showMatrixTool:;
- setKeyboardType:;
- setStartupfile:;
- saveCALCEditSection:;
- };
- OUTLETS = {
- TheStartUpFile;
- CalculatorDisplay;
- theKeyboardType;
- IfStackDepth;
- AddressStackDepth;
- CALCEditScroll;
- OnStackIsElemInfo;
- TheModusDisplay;
- CalculatorState;
- CalculatorStackTwo;
- TheStackMatrix;
- CALC;
- CalculatorMode;
- TheSave;
- MT;
- FloatDisplay;
- CalculatorWindow;
- commandView;
- CALCEditWindow;
- TheOpen;
- TheStackUpdate;
- TheStackView;
- CalculatorStackOne;
- };
- SUPERCLASS = Object;
- };
- fractView = {
- ACTIONS = {
- printFract:;
- drawFract:;
- };
- OUTLETS = {
- UserSeed;
- PrefSelection;
- };
- SUPERCLASS = View;
- };
-